menu
Zabbix Ports | Zabbix Server Port | Zabbix Firewall
Zabbix Ports | Zabbix Server Port | Zabbix Firewall
I would like to open port 10050/10051 for zabbix. I know how to open ports on a linux system via iptables. been through the usual /sbin/iptables -A INPUT -s 127.0.0.1 -m state --state NEW -p tcp --dport 10051 -j ACCEPT and /sbin/iptables-save with no luck. I tried looking for /etc/sysconfig/iptables to edit it in there but the iptables file does not exist.

You've also opened a number of ports to the internet - UDP:5050 and TCP:1875,20,81,555,554,10050 and 10051 - which look odd to me. 10050 and 10051 you've said are the zabbix ports, but why open them to the internet? Also did you want to open the webconfig to the internet?